object FrmQuery: TFrmQuery Left = 378 Top = 104 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Warning' ClientHeight = 149 ClientWidth = 355 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object Lbl1: TLabel Left = 60 Top = 12 Width = 168 Height = 17 Caption = 'Opening infected files can' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 22 Top = 2 Width = 23 Height = 79 Caption = '!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 80 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 19 Top = 0 Width = 23 Height = 79 Caption = '!' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = 80 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object Lbl2: TLabel Left = 60 Top = 30 Width = 212 Height = 17 Caption = 'introduce a virus to your system!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Lbl3: TLabel Left = 60 Top = 54 Width = 253 Height = 17 Caption = 'Are you sure you want to open this file?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 17 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object BtnYes: TButton Left = 8 Top = 104 Width = 73 Height = 33 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 0 end object BtnNo: TButton Left = 88 Top = 104 Width = 73 Height = 33 Caption = '&No' ModalResult = 7 TabOrder = 1 end object BtnYesToAll: TButton Left = 264 Top = 104 Width = 84 Height = 33 Caption = '&Always Yes' ModalResult = 10 TabOrder = 3 end object BtnNoToAll: TButton Left = 172 Top = 104 Width = 84 Height = 33 Caption = 'N&o to All' ModalResult = 9 TabOrder = 2 Visible = False end end